Step of Proof: fseg_select 11,40

Inference at * 2 1 1 2 1 
Iof proof for Lemma fseg select:



1. T : Type
2. l1 : T List
3. l2 : T List
4. ||l1||  ||l2||
5. i:. (i < ||l1||)  (l1[i] = l2[((||l2|| - ||l1||)+i)])
6. l1 = nth_tl(||l2|| - ||l1||;l2)
  l2 = (firstn(||l2|| - ||l1||;l2) @ nth_tl(||l2|| - ||l1||;l2)) 
latex

 by InteriorProof ((RWO "append_firstn_lastn" 0 ) 
CollapseTHEN (Auto')) 
latex


C.


Definitionsas @ bs, P  Q, P & Q, x:A  B(x), type List, x:AB(x), s = t, P  Q, P  Q, x:AB(x)
Lemmasiff wf, rev implies wf, append firstn lastn

origin